release: prepare 0.29.1 (publish skainet-compile-minerva)#728
Merged
Conversation
Patch release to fix publishing of the Minerva export module. skainet-compile-minerva applies the publish plugin and is auto-included in the BOM, but it was missing the per-module gradle.properties (POM_ARTIFACT_ID / POM_NAME) that every other published module carries, so its publication had no POM name and never reached Maven Central. - Add skainet-compile/skainet-compile-minerva/gradle.properties. - Bump VERSION_NAME 0.29.0 -> 0.29.1. - CHANGELOG: add [0.29.1] Fixed entry. - README: bump BOM coordinate, retitle What's New, demote 0.29.0 to Recent releases. - docs: bump skainet-bom coordinates to 0.29.1; regenerate kernel-support-matrix. Audited all modules applying the publish plugin: minerva was the only one missing its POM properties. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release 0.29.1 that fixes publishing of the Minerva export module shipped in 0.29.0.
Root cause
skainet-compile-minervaapplies thevanniktech.mavenPublishplugin and is auto-included in the BOM, but — unlike every other published module — it had no per-modulegradle.properties(POM_ARTIFACT_ID/POM_NAME). Maven Central rejects a publication with no POM name, so the artifact never made it to Central.Fix
skainet-compile/skainet-compile-minerva/gradle.properties:VERSION_NAME0.29.0→0.29.1.[0.29.1] - 2026-06-09Fixed entry.skainet-bomcoordinates to0.29.1; regeneratekernel-support-matrix.adoc.Audit
Scanned all modules applying the publish plugin for a missing
POM_ARTIFACT_ID:skainet-compile-minervawas the only one (the root project declares the pluginapply falseand does not publish). No other module is affected.Notes
bomCoverage.excludePublished.0.29.1to be cut after merge to publish to Maven Central.🤖 Generated with Claude Code